home *** CD-ROM | disk | FTP | other *** search
- object FrmGoto: TFrmGoto
- Left = 489
- Top = 308
- BorderStyle = bsDialog
- Caption = 'Go to'
- ClientHeight = 148
- ClientWidth = 376
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 128
- Top = 18
- Width = 82
- Height = 13
- Caption = 'Enter new value:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 11
- Top = 18
- Width = 57
- Height = 13
- Caption = 'Go to what:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object BtnOk: TButton
- Left = 297
- Top = 14
- Width = 70
- Height = 23
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 4
- OnClick = BtnOkClick
- end
- object Button2: TButton
- Left = 297
- Top = 107
- Width = 70
- Height = 23
- Cancel = True
- Caption = '&Close'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 7
- OnClick = Button2Click
- end
- object Edit1: TTntHistoryComboBox
- Left = 128
- Top = 37
- Width = 153
- Height = 21
- AutoComplete = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- OnChange = Edit1Change
- OnKeyPress = Edit1KeyPress
- Key = 'SOFTWARE\Carthago\TwistPad\Gotohst'
- MaxHistoryLength = 20
- end
- object BtnNext: TButton
- Left = 297
- Top = 43
- Width = 70
- Height = 23
- Cancel = True
- Caption = '&Next'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = BtnOkClick
- end
- object BtnPrevious: TButton
- Left = 297
- Top = 75
- Width = 70
- Height = 23
- Cancel = True
- Caption = '&Previous'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = BtnOkClick
- end
- object List: TListBox
- Left = 11
- Top = 37
- Width = 105
- Height = 97
- ItemHeight = 13
- Items.Strings = (
- 'Line'
- 'Column'
- 'Bookmark'
- 'Function'
- 'Modified Line'
- 'Search Highlight')
- TabOrder = 1
- OnClick = ListClick
- OnDblClick = ListDblClick
- end
- object CheckBox1: TCheckBox
- Left = 129
- Top = 67
- Width = 110
- Height = 17
- Caption = 'Extended selection'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object CheckBoxPreview: TCheckBox
- Left = 129
- Top = 86
- Width = 63
- Height = 17
- Caption = 'Preview'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = CheckBoxPreviewClick
- end
- object FnpFormEnh1: TFnpFormEnh
- StorageMode = SmFsIniFile
- SavePosition = True
- SaveSize = True
- SubKey = '\Software\Carthago\TwistPad\windows'
- Left = 250
- Top = 112
- end
- end
-